home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / dev / gcc / ixemulsrc.readme < prev    next >
Text File  |  1995-11-07  |  52KB  |  1,010 lines

  1. Short:    IXemul 41.4 - full source code
  2. Author:   various
  3. Uploader: fnf@amigalib.com
  4. Type:     dev/gcc
  5.  
  6. This is ixemul.library release 41.4, which represents a partial merging
  7. of features from various previous releases as well as bug fixing.
  8. Merging work is still underway, so expect future releases to occur at
  9. frequent intervals.
  10.  
  11. Changes for this release include:
  12.  
  13.     Integrated patches from Hans Verkuil that fix CTRL-C
  14.     handling, fix another signal bug, fix problem with "rm
  15.     -f", prepare for proper timezone handling, and remove
  16.     '@' hack in argument parsing.
  17.  
  18.     Applied patch from Kamil Iskra to avoid incompatibility
  19.     between ixemul and the popular KingCON 1.3.  This is
  20.     KingCON's fault because it makes invalid assumptions
  21.     about the nature of reply port contained in "dp_Port"
  22.     of packets sent to it.  Also applied patch (duplicated
  23.     in Han's patches) to crt0.c that fixes bug where the
  24.     revision requester was not working properly if the
  25.     current revision is 0.
  26.  
  27.     Applied patch from Rask Lambertsen (duplicated in Han's
  28.     patches) that makes ixemul.library open "CONSOLE:"
  29.     instead of "*".
  30.  
  31.     Added implementation from Kriton Kyrimis for srand48,
  32.     seed48, lcong48, lrand48, nrand48, mrand48, jrand48,
  33.     drand48, and erand48.
  34.  
  35.     Added "#include <sys/types.h>" to <dirent.h> to be more
  36.     compatible with most current systems that do this
  37.     inclusion for you.  This change should be backwards
  38.     compatible with code that does the inclusion
  39.     explicitly.  Suggested by Lars Hecking.
  40.  
  41.     Changed prototype in <unistd.h> for getpgrp() to take a
  42.     pid_t argument, which matches the implementation in
  43.     library/getcrap.c.  Suggested by Lars Hecking.
  44.  
  45.     Made change to <math-68881.h> in pow() so that if x<0
  46.     the code does log(-x) rather than log(x).  Suggested by
  47.     Thomas Radtke and implemented by Lars Hecking.
  48.  
  49.     Disable definitions of F_GETLK, F_SETLK, F_SETLKW,
  50.     F_RDLCK, F_UNLCK, and F_WRLCK in <fcntl.h> since they
  51.     are unimplemented and thus might have misled
  52.     autoconfiguration schemes into thinking they were
  53.     available.  Also fix ixtrace.c so it will still compile
  54.     without these defined.  Suggested by Robert Ramiega.
  55.  
  56.     Integrated patch from joop van de wege (duplicated in
  57.     Han's patches) for setting up fpu on 68060.
  58.  
  59. The release consists of several archives as follows:
  60.  
  61.     ixemulXXYY-bin.lha    utils for gnu/bin, like ixtrace and ixconfig
  62.  
  63.     ixemulXXYY-sdk.lha    files needed to build apps using ixemul.library
  64.  
  65.     ixemulXXYY-doc.lha    various documentation, such as this file
  66.  
  67.     ixemulXXYY-src.lha    Complete source code for ixemul library
  68.  
  69.     ixemulXXYY-CF.lha    Specific flavors of the library, where 'C'
  70.             is one of 0, 2, 3, or 4, for 68000, 68020,
  71.             68030, and 68040 respectively, and 'F' is either
  72.             'f' or 's' for FPU support or soft floating point
  73.             respectively.
  74.  
  75. For additional information, see the NEWS, INSTALL, README and TODO files.
  76.  
  77. -Fred Fish  (fnf@amigalib.com)
  78.  
  79.  
  80. ============================= Archive contents =============================
  81.  
  82. Original  Packed Ratio    Date     Time    Name
  83. -------- ------- ----- --------- --------  -------------
  84.      428     273 36.2% 12-Aug-95 08:33:36 +BUGS
  85.    25768    7967 69.0% 28-Aug-95 09:43:00 +configure
  86.      405     206 49.1% 28-Aug-95 09:35:28 +configure.in
  87.    17982    6993 61.1% 20-Jul-94 20:50:14 +COPYING
  88.    25265    9285 63.2% 20-Jul-94 20:50:14 +COPYING.LIB
  89.    32200   13075 59.3% 21-May-95 00:11:40 +README
  90.     3216    1562 51.4% 01-Jan-95 17:15:04 +README2
  91.     2395    1172 51.0% 29-Jun-95 11:42:44 +_setjmp.s
  92.     1594     876 45.0% 17-May-95 16:07:38 +alarm.c
  93.     1705     933 45.2% 17-May-95 16:07:36 +clock.c
  94.     1878     717 61.8% 31-Dec-94 11:27:38 +crypt.c
  95.     2886    1020 64.6% 17-May-95 16:07:32 +ctype_.c
  96.     1257     726 42.2% 17-May-95 16:07:28 +difftime.c
  97.     6245    2740 56.1% 30-Jul-95 19:37:14 +errlst.c
  98.     4170    1823 56.2% 17-May-95 16:07:18 +fnmatch.c
  99.    22108    7827 64.5% 28-May-95 00:37:40 +fts.c
  100.      136      95 30.1% 19-Aug-94 20:00:12 +getlogin.c
  101.     2863    1354 52.7% 17-May-95 16:07:10 +getmntinfo.c
  102.     4727    1950 58.7% 28-May-95 00:38:28 +getwd.c
  103.    14730    5368 63.5% 08-Jul-95 08:58:58 +glob.c
  104.     1459     796 45.4% 29-Jun-95 11:42:40 +insque.s
  105.     2181     918 57.9% 17-May-95 16:07:06 +isctype.c
  106.     2194    1139 48.0% 17-May-95 16:07:02 +isinf.c
  107.     2260    1184 47.6% 17-May-95 16:06:58 +isnan.c
  108.     1920     801 58.2% 23-May-95 22:11:40 +Makefile.in
  109.     2622    1358 48.2% 28-May-95 00:39:28 +mktemp.c
  110.     1296     751 42.0% 17-May-95 16:06:50 +pause.c
  111.     1680     908 45.9% 17-May-95 16:06:40 +psignal.c
  112.     2091    1086 48.0% 19-Aug-94 20:00:22 +raise.c
  113.    13341    4952 62.8% 17-May-95 16:06:36 +random.c
  114.     1246     728 41.5% 19-Aug-94 20:00:22 +remove.c
  115.     1425     781 45.1% 29-Jun-95 11:42:36 +remque.s
  116.     3696    1764 52.2% 29-Jun-95 11:42:32 +setjmp.s
  117.     1475     844 42.7% 19-Aug-94 20:00:22 +setjmperr.c
  118.     1610     881 45.2% 19-Aug-94 20:00:22 +siginterrupt.c
  119.     2344    1162 50.4% 30-Jul-95 19:37:16 +siglist.c
  120.     1478     847 42.6% 19-Aug-94 20:00:24 +signal.c
  121.     1449     809 44.1% 19-Aug-94 20:00:24 +sigsetjmp.c
  122.     1706     824 51.6% 17-May-95 16:06:32 +sigsetops.c
  123.     2665    1254 52.9% 21-Aug-94 00:38:00 +sleep.c
  124.     5226    2137 59.1% 28-May-95 00:40:04 +termios.c
  125.     1376     795 42.2% 19-Aug-94 20:00:24 +time.c
  126.     2751    1342 51.2% 19-Aug-94 20:00:24 +times.c
  127.     1827     975 46.6% 19-Aug-94 20:00:26 +ualarm.c
  128.     5021    1818 63.7% 19-Aug-94 20:00:26 +unvis.c
  129.     2800    1249 55.3% 21-Aug-94 00:38:02 +usleep.c
  130.     3610    1462 59.5% 21-Aug-94 00:38:02 +vis.c
  131.     2149    1103 48.6% 19-Aug-94 20:00:26 +wait.c
  132.     2191    1113 49.2% 19-Aug-94 20:00:26 +wait3.c
  133.     2266    1135 49.9% 19-Aug-94 20:00:26 +waitpid.c
  134.      950     494 48.0% 03-Jul-95 07:59:52 +gen_debug_glue.c
  135.     1459     527 63.8% 03-Jul-95 07:59:32 +gen_glue.c
  136.     1739     802 53.8% 23-May-95 22:12:36 +Makefile.in
  137.     2255    1143 49.3% 29-Jun-95 11:41:30 +adddf3.s
  138.     2222    1126 49.3% 29-Jun-95 11:41:26 +addsf3.s
  139.     2319    1173 49.4% 29-Jun-95 11:41:22 +cmpdf2.s
  140.     2318    1173 49.3% 29-Jun-95 11:41:18 +cmpsf2.s
  141.     2255    1142 49.3% 29-Jun-95 11:41:14 +divdf3.s
  142.     2222    1125 49.3% 29-Jun-95 11:41:10 +divsf3.s
  143.     2198    1114 49.3% 29-Jun-95 11:41:06 +divsi3.s
  144.     2245    1141 49.1% 29-Jun-95 11:41:02 +extendsfdf2.s
  145.     2272    1160 48.9% 29-Jun-95 11:40:56 +fabs.s
  146.     2204    1124 49.0% 29-Jun-95 11:40:52 +fixdfsi.s
  147.     2325    1184 49.0% 29-Jun-95 11:40:46 +fixunsdfsi.s
  148.     2240    1136 49.2% 29-Jun-95 11:40:42 +floatsidf.s
  149.     1605     880 45.1% 29-Jun-95 11:40:38 +frexp.s
  150.     2350    1201 48.8% 29-Jun-95 11:42:28 +ldexp.s
  151.     1627     700 56.9% 23-May-95 22:13:46 +Makefile.in
  152.     2360    1206 48.8% 29-Jun-95 11:42:24 +modf.s
  153.     2202    1121 49.0% 29-Jun-95 11:42:20 +modsi3.s
  154.     2255    1142 49.3% 29-Jun-95 11:42:16 +muldf3.s
  155.     2222    1125 49.3% 29-Jun-95 11:42:12 +mulsf3.s
  156.     2198    1114 49.3% 29-Jun-95 11:42:08 +mulsi3.s
  157.     2209    1125 49.0% 29-Jun-95 11:42:04 +negdf2.s
  158.     2192    1119 48.9% 29-Jun-95 11:42:00 +negsf2.s
  159.     2255    1143 49.3% 29-Jun-95 11:41:56 +subdf3.s
  160.     2222    1126 49.3% 29-Jun-95 11:41:52 +subsf3.s
  161.     2211    1126 49.0% 29-Jun-95 11:41:48 +truncdfsf2.s
  162.     2210    1121 49.2% 29-Jun-95 11:41:44 +udivsi3.s
  163.     2214    1128 49.0% 29-Jun-95 11:41:40 +umodsi3.s
  164.     2210    1120 49.3% 29-Jun-95 11:41:36 +umulsi3.s
  165.      129     107 17.0% 19-Aug-94 18:10:40 +adddf3.c
  166.      303     176 41.9% 19-Aug-94 18:11:04 +addsf3.c
  167.      126     107 15.0% 19-Aug-94 18:12:14 +cmpdf2.c
  168.      290     167 42.4% 19-Aug-94 18:12:38 +cmpsf2.c
  169.      129     107 17.0% 19-Aug-94 18:13:24 +divdf3.c
  170.      304     178 41.4% 19-Aug-94 18:13:48 +divsf3.c
  171.      214     145 32.2% 19-Aug-94 18:14:08 +divsi3.c
  172.      127     114 10.2% 19-Aug-94 18:11:32 +extendsfdf2.c
  173.      897     509 43.2% 19-Aug-94 20:00:42 +fabs.c
  174.      121     107 11.5% 19-Aug-94 18:11:54 +fixdfsi.c
  175.      194     129 33.5% 19-Aug-94 18:12:44 +fixunsdfsi.c
  176.      123     108 12.1% 19-Aug-94 18:13:06 +floatsidf.c
  177.      739     425 42.4% 19-Aug-94 20:00:46 +frexp.c
  178.     1417     625 55.8% 19-Aug-94 20:00:52 +ldexp.c
  179.     1479     654 55.7% 23-May-95 22:13:30 +Makefile.in
  180.      558     284 49.1% 19-Aug-94 20:00:58 +modf.c
  181.      203     138 32.0% 19-Aug-94 18:12:34 +modsi3.c
  182.      129     107 17.0% 19-Aug-94 18:12:56 +muldf3.c
  183.      304     178 41.4% 19-Aug-94 18:13:14 +mulsf3.c
  184.      204     139 31.8% 19-Aug-94 18:13:44 +mulsi3.c
  185.      120     104 13.3% 19-Aug-94 18:14:18 +negdf2.c
  186.      283     165 41.6% 19-Aug-94 18:14:36 +negsf2.c
  187.      129     108 16.2% 19-Aug-94 18:11:20 +subdf3.c
  188.      304     178 41.4% 19-Aug-94 18:11:44 +subsf3.c
  189.      128     115 10.1% 19-Aug-94 18:12:08 +truncdfsf2.c
  190.      145     104 28.2% 19-Aug-94 18:13:02 +udivsi3.c
  191.      145     104 28.2% 19-Aug-94 18:13:20 +umodsi3.c
  192.       84      78  7.1% 19-Aug-94 18:11:28 +ashlsi3.c
  193.       84      78  7.1% 19-Aug-94 18:11:50 +ashrsi3.c
  194.     2700     619 77.0% 19-Aug-94 18:10:36 +common.h
  195.      283     162 42.7% 19-Aug-94 18:14:24 +eprintf.c
  196.      125     107 14.4% 19-Aug-94 18:10:46 +eqdf2.c
  197.      289     165 42.9% 19-Aug-94 18:11:10 +eqsf2.c
  198.      385     217 43.6% 19-Aug-94 18:12:20 +fixsfsi.c
  199.      277     167 39.7% 19-Aug-94 18:13:30 +floatsisf.c
  200.     3162    1463 53.7% 20-May-95 23:18:16 +gbl-ctors.h
  201.      125     107 14.4% 19-Aug-94 18:14:12 +gedf2.c
  202.      289     167 42.2% 19-Aug-94 18:14:30 +gesf2.c
  203.      125     107 14.4% 19-Aug-94 18:12:28 +gtdf2.c
  204.      289     167 42.2% 19-Aug-94 18:12:50 +gtsf2.c
  205.        1       1  0.0% 19-Aug-94 20:00:52 +ieee.h
  206.      125     107 14.4% 19-Aug-94 18:13:36 +ledf2.c
  207.      289     167 42.2% 19-Aug-94 18:13:54 +lesf2.c
  208.    30371    8831 70.9% 27-May-95 20:17:34 +libgcc2.c
  209.    26625    5790 78.2% 19-Aug-94 18:10:34 +longlong.h
  210.       93      86  7.5% 19-Aug-94 18:10:54 +lshlsi3.c
  211.       93      88  5.3% 19-Aug-94 18:11:16 +lshrsi3.c
  212.      125     106 15.2% 19-Aug-94 18:11:38 +ltdf2.c
  213.      289     166 42.5% 19-Aug-94 18:12:02 +ltsf2.c
  214.     4723    1096 76.7% 23-May-95 22:13:02 +Makefile.in
  215.      127     108 14.9% 19-Aug-94 18:14:00 +nedf2.c
  216.      293     169 42.3% 19-Aug-94 18:10:58 +nesf2.c
  217.     3760    1615 57.0% 19-Aug-94 18:10:36 +types.h
  218.     3607    1618 55.1% 23-Feb-94 00:16:26 +a.out.h
  219.     2588    1288 50.2% 23-Feb-94 00:16:08 +ar.h
  220.     3646    1623 55.4% 23-Feb-94 00:16:02 +ftp.h
  221.     2351    1133 51.8% 23-Feb-94 00:16:02 +inet.h
  222.     8505    3288 61.3% 23-Feb-94 00:16:02 +nameser.h
  223.    10035    3781 62.3% 23-Feb-94 00:16:04 +telnet.h
  224.     2960    1439 51.3% 23-Feb-94 00:16:04 +tftp.h
  225.     1387     447 67.7% 23-Feb-94 00:16:10 +assert.h
  226.     4729    1666 64.7% 23-Feb-94 00:16:08 +bitstring.h
  227.       20      20  0.0% 23-Feb-94 00:16:08 +bstring.h
  228.     2314     989 57.2% 23-Feb-94 00:16:08 +ctype.h
  229.     5326    2030 61.8% 23-Feb-94 00:16:18 +db.h
  230.     4125    1895 54.0% 02-Oct-95 14:50:40 +dirent.h
  231.     6711    2743 59.1% 23-Feb-94 00:16:08 +errno.h
  232.     6828    2788 59.1% 02-Oct-95 15:47:26 +fcntl.h
  233.       70      68  2.8% 23-Feb-94 00:16:20 +float.h
  234.     4678    2044 56.3% 23-Feb-94 00:16:18 +fts.h
  235.     3244    1561 51.8% 08-Jul-95 08:58:58 +glob.h
  236.     2235    1126 49.6% 17-May-95 16:07:46 +glue.h
  237.     7230    2493 65.5% 23-Feb-94 00:16:10 +gnu.a.out.h
  238.     2456    1196 51.3% 23-Feb-94 00:16:20 +grp.h
  239.     1739     699 59.8% 23-Feb-94 00:16:10 +gvarargs.h
  240.      560     287 48.7% 23-Feb-94 00:16:06 +init.h
  241.     2530    1178 53.4% 23-Feb-94 00:16:10 +limits.h
  242.     2667    1294 51.4% 23-Feb-94 00:16:20 +locale.h
  243.     2443    1207 50.5% 15-Jul-94 02:50:14 +ansi.h
  244.     6938    3105 55.2% 22-Jun-95 22:11:44 +cpu.h
  245.     2886    1351 53.1% 23-Feb-94 00:16:04 +endian.h
  246.     3641    1590 56.3% 27-Aug-95 18:20:20 +float.h
  247.     4294    1697 60.4% 23-Feb-94 00:16:06 +frame.h
  248.     3681    1475 59.9% 17-May-95 17:24:16 +limits.h
  249.     2340    1164 50.2% 23-Feb-94 00:16:06 +mtpr.h
  250.     5924    2539 57.1% 23-Feb-94 00:16:04 +param.h
  251.     2893    1456 49.6% 23-Feb-94 00:16:06 +pcb.h
  252.     4003    1875 53.1% 23-Feb-94 00:16:06 +pmap.h
  253.     2206    1137 48.4% 23-Feb-94 00:16:04 +proc.h
  254.     3121    1344 56.9% 23-Feb-94 00:16:06 +psl.h
  255.     2856    1426 50.0% 23-Feb-94 00:16:06 +reg.h
  256.     2285    1119 51.0% 23-Feb-94 00:16:06 +stdarg.h
  257.     2502    1218 51.3% 23-Feb-94 00:16:06 +trap.h
  258.     2125    1080 49.1% 23-Feb-94 00:16:06 +types.h
  259.     9082    4055 55.3% 23-Feb-94 00:16:06 +vmparam.h
  260.     9530    1903 80.0% 02-Oct-95 15:11:10 +math-68881.h
  261.     4561    1862 59.1% 16-Mar-94 00:40:18 +math.h
  262.     1882     951 49.4% 23-Feb-94 00:16:10 +memory.h
  263.     2758    1359 50.7% 23-Feb-94 00:16:20 +ndbm.h
  264.       62      58  6.4% 23-Feb-94 00:16:10 +ndir.h
  265.     1417     774 45.3% 23-Feb-94 00:16:22 +af.h
  266.     6804    2782 59.1% 17-May-95 18:15:00 +bpf.h
  267.     3941    1839 53.3% 17-May-95 18:15:02 +bpfdesc.h
  268.     7898    3103 60.7% 23-Feb-94 00:16:22 +if.h
  269.     2487    1162 53.2% 23-Feb-94 00:16:22 +if_arp.h
  270.     3493    1754 49.7% 23-Feb-94 00:16:22 +if_dl.h
  271.     2834    1314 53.6% 23-Feb-94 00:16:22 +if_llc.h
  272.     3368    1625 51.7% 17-May-95 18:15:02 +if_slvar.h
  273.     2961    1373 53.6% 23-Feb-94 00:16:22 +if_types.h
  274.     1834     960 47.6% 23-Feb-94 00:16:22 +netisr.h
  275.     4432    1900 57.1% 23-Feb-94 00:16:22 +radix.h
  276.     2193    1063 51.5% 23-Feb-94 00:16:22 +raw_cb.h
  277.     3012    1414 53.0% 23-Feb-94 00:16:22 +route.h
  278.     6740    2968 55.9% 17-May-95 18:15:02 +slcompress.h
  279.     4601    1920 58.2% 23-Feb-94 00:16:20 +netdb.h
  280.     1609     835 48.1% 23-Feb-94 00:16:24 +icmp_var.h
  281.     2915    1338 54.0% 23-Feb-94 00:16:24 +if_ether.h
  282.     3468    1521 56.1% 23-Feb-94 00:16:24 +in.h
  283.     1891     955 49.4% 23-Feb-94 00:16:24 +in_pcb.h
  284.     1461     805 44.9% 23-Feb-94 00:16:24 +in_systm.h
  285.     2085    1032 50.5% 23-Feb-94 00:16:24 +in_var.h
  286.     4617    1987 56.9% 23-Feb-94 00:16:26 +ip.h
  287.     4307    1754 59.2% 23-Feb-94 00:16:24 +ip_icmp.h
  288.     3669    1653 54.9% 23-Feb-94 00:16:26 +ip_var.h
  289.     2575    1274 50.5% 23-Feb-94 00:16:26 +tcp.h
  290.     1295     736 43.1% 23-Feb-94 00:16:24 +tcp_debug.h
  291.     2585    1215 52.9% 23-Feb-94 00:16:24 +tcp_fsm.h
  292.     1642     855 47.9% 23-Feb-94 00:16:24 +tcp_seq.h
  293.     4785    2058 56.9% 23-Feb-94 00:16:24 +tcp_timer.h
  294.     8837    3325 62.3% 23-Feb-94 00:16:24 +tcp_var.h
  295.     1514     745 50.7% 23-Feb-94 00:16:24 +tcpip.h
  296.     1103     637 42.2% 23-Feb-94 00:16:26 +udp.h
  297.     1547     796 48.5% 23-Feb-94 00:16:26 +udp_var.h
  298.     3127    1551 50.3% 23-Feb-94 00:16:06 +nlist.h
  299.     2904     922 68.2% 17-May-95 18:15:04 +packets.h
  300.       23      23  0.0% 23-Feb-94 00:16:10 +param.h
  301.     2621    1222 53.3% 27-Sep-95 09:50:32 +paths.h
  302.     4182    1899 54.5% 23-Feb-94 00:16:04 +dumprestore.h
  303.     3999    1920 51.9% 23-Feb-94 00:16:04 +routed.h
  304.     2687    1330 50.5% 23-Feb-94 00:16:04 +rwhod.h
  305.     4860    2121 56.3% 23-Feb-94 00:16:04 +talkd.h
  306.     3992    1779 55.4% 23-Feb-94 00:16:04 +timed.h
  307.     3155    1481 53.0% 23-Feb-94 00:16:26 +pwd.h
  308.     2210    1119 49.3% 23-Feb-94 00:16:08 +ranlib.h
  309.     2775    1335 51.8% 23-Feb-94 00:16:06 +regexp.h
  310.     4736    2118 55.2% 23-Feb-94 00:16:08 +resolv.h
  311.     4839    2099 56.6% 23-Feb-94 00:16:26 +auth.h
  312.     2413    1282 46.8% 23-Feb-94 00:16:26 +auth_unix.h
  313.     8712    3315 61.9% 23-Feb-94 00:16:26 +clnt.h
  314.     2509    1230 50.9% 23-Feb-94 00:16:26 +pmap_clnt.h
  315.     3333    1523 54.3% 23-Feb-94 00:16:28 +pmap_prot.h
  316.     1761     967 45.0% 23-Feb-94 00:16:28 +pmap_rmt.h
  317.     3001    1496 50.1% 23-Feb-94 00:16:26 +rpc.h
  318.     4178    1788 57.2% 23-Feb-94 00:16:28 +rpc_msg.h
  319.     8804    3490 60.3% 23-Feb-94 00:16:28 +svc.h
  320.     1548     860 44.4% 23-Feb-94 00:16:28 +svc_auth.h
  321.     1989    1050 47.2% 23-Feb-94 00:16:26 +types.h
  322.     9467    3482 63.2% 23-Feb-94 00:16:28 +xdr.h
  323.      320     210 34.3% 23-Feb-94 00:16:06 +search.h
  324.     2740    1293 52.8% 20-May-95 15:43:02 +setjmp.h
  325.     1936     983 49.2% 23-Feb-94 00:16:10 +sgtty.h
  326.     7829    2999 61.6% 23-Feb-94 00:16:10 +signal.h
  327.     4738    1694 64.2% 23-Feb-94 00:16:10 +stab.def
  328.     3266    1441 55.8% 23-Feb-94 00:16:10 +stab.h
  329.     1957     992 49.3% 23-Feb-94 00:16:12 +stdarg.h
  330.     2224    1115 49.8% 23-Feb-94 00:16:02 +stddef.h
  331.    12472    4673 62.5% 18-Sep-95 14:46:22 +stdio.h
  332.     4967    1948 60.7% 02-Oct-95 13:55:52 +stdlib.h
  333.     3743    1393 62.7% 23-Feb-94 00:16:08 +string.h
  334.     1889     953 49.5% 23-Feb-94 00:16:12 +strings.h
  335.     2293    1107 51.7% 23-Feb-94 00:16:20 +struct.h
  336.     2895    1462 49.4% 23-Feb-94 00:16:14 +acct.h
  337.     3074    1442 53.0% 23-Feb-94 00:16:14 +cdefs.h
  338.     2565    1307 49.0% 23-Feb-94 00:16:12 +dir.h
  339.     2287    1138 50.2% 23-Feb-94 00:16:18 +domain.h
  340.       19      19  0.0% 23-Feb-94 00:16:14 +errno.h
  341.     3107    1432 53.9% 23-Feb-94 00:16:12 +exec.h
  342.     6844    2825 58.7% 23-Feb-94 00:16:14 +fcntl.h
  343.     4722    2162 54.2% 17-May-95 18:15:04 +file.h
  344.       23      23  0.0% 23-Feb-94 00:16:14 +filio.h
  345.     3861    1685 56.3% 23-Feb-94 00:16:14 +gprof.h
  346.    10383    3588 65.4% 23-Feb-94 00:16:16 +ioctl.h
  347.     6692    2548 61.9% 23-Feb-94 00:16:14 +ioctl_compat.h
  348.    12143    4398 63.7% 23-Feb-94 00:16:18 +mbuf.h
  349.    10049    3830 61.8% 23-Feb-94 00:16:12 +mount.h
  350.     4732    2044 56.8% 23-Feb-94 00:16:14 +mtio.h
  351.     8101    3656 54.8% 23-Feb-94 00:16:14 +param.h
  352.     9315    3818 59.0% 23-Feb-94 00:19:58 +proc.h
  353.     8946    3509 60.7% 23-Feb-94 00:16:12 +protosw.h
  354.     2645    1253 52.6% 23-Feb-94 00:16:14 +ptrace.h
  355.     3942    1733 56.0% 23-Feb-94 00:16:14 +resource.h
  356.      190     141 25.7% 23-Feb-94 00:16:12 +signal.h
  357.     8520    3384 60.2% 23-Feb-94 00:16:12 +socket.h
  358.     7968    3237 59.3% 21-May-95 11:52:16 +socketvar.h
  359.       23      23  0.0% 23-Feb-94 00:16:14 +sockio.h
  360.        0       0  0.0% 23-Feb-94 00:16:12 +start.s
  361.     5555    2149 61.3% 02-Jul-95 22:23:18 +stat.h
  362.     1536     839 45.3% 23-Feb-94 00:16:12 +stdc.h
  363.    14079    3806 72.9% 21-May-95 11:06:46 +syscall.def
  364.     1115     600 46.1% 17-May-95 18:15:06 +syscall.h
  365.     3020    1419 53.0% 01-Aug-94 10:21:24 +syslimits.h
  366.     6401    2655 58.5% 23-Feb-94 00:16:12 +syslog.h
  367.     8574    3163 63.1% 23-Feb-94 00:16:14 +termios.h
  368.     3846    1723 55.2% 20-May-95 15:51:30 +time.h
  369.     2132    1090 48.8% 23-Feb-94 00:16:16 +timeb.h
  370.     2304    1128 51.0% 23-Feb-94 00:16:16 +times.h
  371.     2994    1378 53.9% 17-May-95 18:15:06 +tracecntl.h
  372.     6210    2737 55.9% 23-Feb-94 00:16:16 +tty.h
  373.     2716    1313 51.6% 23-Feb-94 00:16:16 +ttychars.h
  374.     3373    1583 53.0% 23-Feb-94 00:16:16 +ttydefaults.h
  375.     2268    1111 51.0% 23-Feb-94 00:16:16 +ttydev.h
  376.     4653    2073 55.4% 23-Feb-94 00:19:58 +types.h
  377.     2330    1168 49.8% 23-Feb-94 00:16:16 +ucred.h
  378.     2665    1328 50.1% 23-Feb-94 00:16:16 +uio.h
  379.     2250    1169 48.0% 23-Feb-94 00:16:18 +un.h
  380.     3604    1636 54.6% 23-Feb-94 00:16:16 +unistd.h
  381.     3500    1644 53.0% 23-Feb-94 00:16:18 +unpcb.h
  382.     3363    1571 53.2% 23-Feb-94 00:16:14 +user.h
  383.     5508    2312 58.0% 23-Feb-94 00:16:16 +wait.h
  384.     5461    2443 55.2% 23-Feb-94 00:16:20 +sysexits.h
  385.       24      24  0.0% 23-Feb-94 00:16:18 +termio.h
  386.       25      25  0.0% 23-Feb-94 00:16:18 +termios.h
  387.     3346    1532 54.2% 23-Feb-94 00:16:10 +time.h
  388.     2679    1315 50.9% 23-Feb-94 00:16:20 +ttyent.h
  389.     4948    1875 62.1% 27-Sep-95 09:50:36 +tzfile.h
  390.     6856    2356 65.6% 02-Oct-95 14:56:30 +unistd.h
  391.     8431    3581 57.5% 17-May-95 18:15:08 +user.h
  392.     2131    1088 48.9% 23-Feb-94 00:16:18 +utime.h
  393.     2299    1120 51.2% 23-Feb-94 00:16:20 +utmp.h
  394.      137     105 23.3% 23-Feb-94 00:16:08 +values.h
  395.     2064    1047 49.2% 23-Feb-94 00:16:20 +varargs.h
  396.     3199    1507 52.8% 23-Feb-94 00:16:08 +vis.h
  397.       22      22  0.0% 23-Feb-94 00:16:08 +wait.h
  398.     6279    2216 64.7% 05-Oct-95 11:58:12 +INSTALL
  399.     4771    1857 61.0% 26-Dec-94 20:13:46 +install.sh
  400.    30309    6178 79.6% 14-Jan-95 09:04:06 +ixtrace-1.0.c
  401.    31106    6576 78.8% 24-Jan-94 15:41:02 +ixtrace-1.1.c
  402.    31862    6713 78.9% 02-Oct-95 15:41:58 +ixtrace.c
  403.      598     324 45.8% 28-Aug-95 09:41:36 +Makefile.in
  404.     3831    1783 53.4% 14-Jan-95 09:03:48 +README
  405.     1724     928 46.1% 28-May-95 01:23:16 +__amiga_filehandle.c
  406.     2230    1130 49.3% 27-Sep-95 09:50:38 +__close.c
  407.     4575    1980 56.7% 28-May-95 00:55:54 +__fioctl.c
  408.     3816    1528 59.9% 27-May-95 20:19:46 +__fselect.c
  409.     9181    3427 62.6% 27-Sep-95 09:50:40 +__fstat.c
  410.     1345     712 47.0% 17-May-95 18:15:12 +__init_std_packet.c
  411.     1656     816 50.7% 17-May-95 18:15:14 +__ioctl.c
  412.     3049    1233 59.5% 27-May-95 23:53:46 +__ioerr_to_errno.c
  413.    10453    4197 59.8% 28-May-95 00:45:14 +__load_seg.c
  414.     3807    1687 55.6% 18-May-95 10:19:20 +__lock.c
  415.     1982     996 49.7% 17-May-95 18:15:16 +__make_link.c
  416.     1477     783 46.9% 27-May-95 20:50:20 +__mclose.c
  417.     1528     794 48.0% 17-May-95 18:15:18 +__mread.c
  418.      358     190 46.9% 21-May-95 12:28:12 +__must_recompile.c
  419.     3842    1804 53.0% 17-May-95 18:15:20 +__open.c
  420.     1920     985 48.6% 28-May-95 00:55:36 +__pipe.c
  421.    16636    6235 62.5% 27-Sep-95 09:50:42 +__plock.c
  422.     2741    1310 52.2% 28-May-95 00:43:38 +__read.c
  423.     2086    1096 47.4% 28-May-95 00:55:04 +__swrite.c
  424.     7295    2864 60.7% 28-May-95 00:54:46 +__tioctl.c
  425.     2581    1193 53.7% 20-May-95 16:38:22 +__unlock.c
  426.     3282    1541 53.0% 27-May-95 20:55:14 +__wait_packet.c
  427.     3254    1528 53.0% 28-May-95 00:58:22 +__write.c
  428.    12384    4835 60.9% 27-Sep-95 09:50:44 +_cli_parse.c
  429.     7157    2915 59.2% 20-May-95 16:40:28 +_main.c
  430.     4140    1839 55.5% 27-Sep-95 09:50:46 +_wb_parse.c
  431.     1710     923 46.0% 28-May-95 00:54:26 +access.c
  432.    10299    3720 63.8% 27-May-95 20:28:32 +buddy-alloc.c
  433.     3139    1578 49.7% 28-May-95 00:43:54 +chdir.c
  434.     3140    1356 56.8% 27-Sep-95 09:50:48 +chmod.c
  435.     1612     834 48.2% 28-May-95 00:52:18 +close.c
  436.     1305     709 45.6% 17-May-95 18:15:34 +closedir.c
  437.     5693    2474 56.5% 28-May-95 01:23:14 +convert_dir.c
  438.     1202     669 44.3% 17-May-95 18:15:34 +creat.c
  439.     1550     797 48.5% 17-May-95 18:15:36 +createextio.c
  440.     2908    1188 59.1% 28-May-95 00:51:44 +createport.c
  441.     1300     706 45.6% 17-May-95 18:15:38 +createstdio.c
  442.     3471    1636 52.8% 17-May-95 18:15:38 +createtask.c
  443.     1345     690 48.6% 19-Aug-94 20:01:38 +debugstub.s
  444.     2386    1134 52.4% 29-Jun-95 11:40:32 +defs.h
  445.     1397     756 45.8% 17-May-95 18:15:40 +deleteextio.c
  446.     1784     826 53.6% 17-May-95 18:15:40 +deleteport.c
  447.     1210     670 44.6% 17-May-95 18:15:40 +deletestdio.c
  448.     1288     705 45.2% 17-May-95 18:15:42 +deletetask.c
  449.     1886     943 50.0% 17-May-95 18:15:42 +dsyscall.c
  450.     1667     894 46.3% 27-Sep-95 09:50:50 +exit.c
  451.     1541     817 46.9% 28-May-95 00:51:24 +fchdir.c
  452.     1400     769 45.0% 28-May-95 00:50:58 +fchmod.c
  453.     1477     818 44.6% 17-May-95 18:15:44 +fsync.c
  454.     1516     804 46.9% 17-May-95 18:15:46 +ftime.c
  455.     2289    1084 52.6% 28-May-95 00:50:40 +ftruncate.c
  456.     1890     940 50.2% 17-May-95 18:15:48 +get_file.c
  457.     3981    1568 60.6% 27-Sep-95 09:50:52 +getcrap.c
  458.     1370     703 48.6% 18-May-95 12:24:04 +gethostname.c
  459.     2379    1148 51.7% 28-May-95 00:49:52 +getpriority.c
  460.     2328    1035 55.5% 28-May-95 00:49:28 +getrlimit.c
  461.     1855     966 47.9% 27-Sep-95 09:50:54 +gettimeofday.c
  462.     2287     979 57.1% 26-Dec-94 13:20:18 +hwck.c
  463.     5380     374 93.0% 27-Sep-95 09:50:56 +inet.h
  464.     1760     923 47.5% 28-May-95 00:49:12 +ioctl.c
  465.     1321     732 44.5% 17-May-95 18:15:52 +isatty.c
  466.     4425    2087 52.8% 27-May-95 20:24:44 +ix_close.c
  467.     1986     941 52.6% 28-May-95 01:23:16 +ix_config_vdevices.c
  468.     2972    1488 49.9% 27-Sep-95 09:52:08 +ix_exec_entry.c
  469.     2084     987 52.6% 19-Aug-94 20:01:44 +ix_expunge.c
  470.     2697    1315 51.2% 27-May-95 20:30:50 +ix_get_vars2.c
  471.     7088    2903 59.0% 27-Sep-95 09:50:58 +ix_init.c
  472.     6866    2898 57.7% 28-May-95 01:41:06 +ix_open.c
  473.     3271    1520 53.5% 17-May-95 18:15:56 +ix_panic.c
  474.     8044    2762 65.6% 22-May-95 19:38:00 +ix_patch_functions.c
  475.     2776    1366 50.7% 27-May-95 20:35:26 +ix_resident.c
  476.     3727    1559 58.1% 27-May-95 20:35:06 +ix_sigwinch.c
  477.     4343    1910 56.0% 27-Sep-95 09:51:00 +ix_sleep.c
  478.     4241    2045 51.7% 01-Oct-95 14:18:30 +ix_startup.c
  479.     2088     891 57.3% 28-May-95 00:48:34 +ix_stubs.c
  480.     4209    1994 52.6% 27-May-95 20:34:48 +ix_timer.c
  481.     6797    2286 66.3% 27-Sep-95 12:32:52 +ixconfig.c
  482.     7257    2953 59.3% 27-Sep-95 09:51:06 +ixemul.h
  483.     8972    3049 66.0% 28-May-95 01:23:16 +kern_descrip.c
  484.    21116    7344 65.2% 27-Sep-95 09:52:12 +kern_sig.c
  485.     5680    2385 58.0% 28-May-95 00:46:30 +kern_time.c
  486.     2794    1296 53.6% 27-May-95 20:30:28 +kmalloc.c
  487.     1243     549 55.8% 27-Sep-95 09:51:10 +kprintf.h
  488.     1525     827 45.7% 17-May-95 18:16:02 +link.c
  489.     7293    2461 66.2% 28-May-95 01:06:32 +lseek.c
  490.    19447    7190 63.0% 27-Sep-95 09:51:12 +machdep.c
  491.     6742    2410 64.2% 09-Jul-95 08:40:34 +Makefile.in
  492.     7006    2581 63.1% 27-May-95 20:20:58 +malloc.c
  493.     9887    1818 81.6% 20-May-95 16:59:00 +mathsup.c
  494.     2044    1065 47.8% 28-May-95 01:12:36 +mkdir.c
  495.     7782    3226 58.5% 02-Oct-95 13:41:02 +open.c
  496.     1958     943 51.8% 28-May-95 01:23:14 +opendir.c
  497.    12659    3645 71.2% 28-May-95 01:05:50 +pipe.c
  498.     2357    1064 54.8% 28-May-95 01:12:00 +pipe.dos.c
  499.     3130    1202 61.5% 28-May-95 01:23:14 +posixconf.c
  500.     1411     722 48.8% 17-May-95 18:16:10 +print_base_size.c
  501.     1353     729 46.1% 19-Aug-94 20:01:56 +print_user.c
  502.      160     130 18.7% 19-Aug-94 20:01:56 +printstart.c
  503.     1300     699 46.2% 19-Aug-94 20:01:56 +profil.c
  504.     1280     711 44.4% 28-May-95 01:14:08 +ptrace.c
  505.     1533     806 47.4% 28-May-95 01:55:38 +read.c
  506.     1890     924 51.1% 17-May-95 18:16:10 +readdir.c
  507.     4085    1743 57.3% 28-May-95 01:10:44 +readlink.c
  508.     1417     761 46.2% 17-May-95 18:16:12 +readv.c
  509.     2693    1208 55.1% 28-May-95 01:10:04 +rename.c
  510.     1258     695 44.7% 17-May-95 18:16:14 +rewinddir.c
  511.     1265     704 44.3% 17-May-95 18:16:16 +rmdir.c
  512.     1270     701 44.8% 17-May-95 18:16:16 +seekdir.c
  513.     8320    3236 61.1% 28-May-95 01:09:42 +select.c
  514.     1989     988 50.3% 27-Sep-95 09:51:16 +select.h
  515.     2435    1183 51.4% 28-May-95 01:09:20 +setpriority.c
  516.     1543     831 46.1% 28-May-95 01:08:52 +setrlimit.c
  517.     1653     869 47.4% 27-Sep-95 09:51:18 +settimeofday.c
  518.     1840     887 51.7% 19-Aug-94 20:02:00 +smallfuncs.c
  519.    28572    5542 80.6% 27-Sep-95 09:51:20 +socket.c
  520.     8565    3427 59.9% 08-Jul-95 08:26:22 +start.s
  521.     7140    2917 59.1% 27-Sep-95 09:51:22 +stat.c
  522.     9738    2880 70.4% 28-May-95 01:23:14 +statfs.c
  523.     2461    1147 53.3% 17-May-95 18:16:24 +symlink.c
  524.      125      67 46.4% 19-Aug-94 20:02:04 +sys-protos.c
  525.     1542     829 46.2% 17-May-95 18:16:24 +syscall.s
  526.     1269     702 44.6% 17-May-95 18:16:26 +telldir.c
  527.      490     306 37.5% 19-Aug-94 20:02:06 +tmp_pipe.h
  528.     8514    3128 63.2% 28-May-95 01:05:00 +tracecntl.c
  529.    13765    5172 62.4% 03-Oct-95 08:09:42 +trap.s
  530.     1316     712 45.8% 17-May-95 18:16:28 +truncate.c
  531.     1419     776 45.3% 28-May-95 01:07:46 +umask.c
  532.     2816    1497 46.8% 27-Sep-95 09:51:26 +unlink.c
  533.     1398     730 47.7% 17-May-95 18:16:30 +utime.c
  534.     2746    1402 48.9% 27-Sep-95 09:51:28 +utimes.c
  535.      195     166 14.8% 27-Sep-95 09:44:54 +version.c
  536.      316     210 33.5% 27-Sep-95 09:51:30 +version.h
  537.    19822    7656 61.3% 27-Sep-95 09:52:14 +vfork.c
  538.     1531     808 47.2% 28-May-95 01:15:26 +write.c
  539.     1427     761 46.6% 17-May-95 18:16:34 +writev.c
  540.     2775    1037 62.6% 21-May-95 13:37:46 +__panic.c
  541.    10760    4166 61.2% 27-Sep-95 09:51:34 +crt0.c
  542.     9001    3433 61.8% 19-Jul-94 19:40:16 +gmon.c
  543.     3582    1636 54.3% 19-Jul-94 19:40:16 +gmon.h
  544.     3470     999 71.2% 26-May-95 08:05:54 +Makefile.in
  545.       50      50  0.0% 19-Jul-94 19:40:16 +v1.c
  546.       68      68  0.0% 23-May-95 11:27:22 +v10.c
  547.       73      71  2.7% 19-Jul-94 19:40:16 +v2.c
  548.       65      60  7.6% 19-Jul-94 19:40:16 +v3.c
  549.       80      70 12.5% 19-Jul-94 19:40:16 +v4.c
  550.       51      51  0.0% 19-Jul-94 19:40:16 +v5.c
  551.       25      25  0.0% 19-Jul-94 19:40:16 +v6.c
  552.       25      25  0.0% 19-Jul-94 19:40:16 +v7.c
  553.       23      23  0.0% 19-Jul-94 19:40:16 +v8.c
  554.       90      82  8.8% 19-Jul-94 19:40:16 +v9.c
  555.    11592    2717 76.5% 05-Oct-95 12:23:28 +Makefile.in
  556.     1768     866 51.0% 10-Aug-92 14:51:46 +_exit.0
  557.     3541    1457 58.8% 10-Aug-92 14:51:56 +access.0
  558.     2975    1173 60.5% 10-Aug-92 14:51:46 +chdir.0
  559.     4879    1854 62.0% 10-Aug-92 14:51:54 +chmod.0
  560.     2611    1201 54.0% 10-Aug-92 14:51:54 +close.0
  561.      746     395 47.0% 10-Aug-92 14:51:56 +creat.0
  562.     2463    1099 55.3% 10-Aug-92 14:51:54 +dup.0
  563.     7622    2739 64.0% 10-Aug-92 14:51:46 +execve.0
  564.     4340    1639 62.2% 10-Aug-92 14:51:54 +fcntl.0
  565.     1384     726 47.5% 10-Aug-92 14:51:46 +fsync.0
  566.      944     471 50.1% 10-Aug-92 14:51:46 +getdtablesize.0
  567.     3351    1354 59.5% 10-Aug-92 14:51:46 +getfsstat.0
  568.     1450     638 56.0% 10-Aug-92 14:51:46 +getgid.0
  569.     1880     815 56.6% 10-Aug-92 14:51:46 +getgroups.0
  570.     2024     893 55.8% 10-Aug-92 14:51:48 +gethostname.0
  571.     4156    1517 63.4% 10-Aug-92 14:51:48 +getitimer.0
  572.     3010    1262 58.0% 10-Aug-92 14:51:48 +getlogin.0
  573.      891     450 49.4% 10-Aug-92 14:51:48 +getpagesize.0
  574.     1226     595 51.4% 10-Aug-92 14:51:48 +getpgrp.0
  575.     1146     531 53.6% 10-Aug-92 14:51:54 +getpid.0
  576.     2983    1135 61.9% 10-Aug-92 14:51:48 +getpriority.0
  577.     5080    1936 61.8% 10-Aug-92 14:51:54 +getrlimit.0
  578.     5457    1806 66.9% 10-Aug-92 14:51:48 +getrusage.0
  579.     2887    1256 56.4% 10-Aug-92 14:51:52 +gettimeofday.0
  580.     1446     632 56.2% 10-Aug-92 14:51:48 +getuid.0
  581.    26861    8890 66.9% 10-Aug-92 14:51:54 +intro.0
  582.     1824     878 51.8% 10-Aug-92 14:51:54 +ioctl.0
  583.     3316    1322 60.1% 10-Aug-92 14:51:54 +kill.0
  584.     1948     859 55.9% 10-Aug-92 14:51:56 +killpg.0
  585.     3747    1402 62.5% 10-Aug-92 14:51:54 +link.0
  586.     2478    1048 57.7% 10-Aug-92 14:51:48 +lseek.0
  587.     3509    1271 63.7% 10-Aug-92 14:51:48 +mkdir.0
  588.     6921    2405 65.2% 10-Aug-92 14:51:54 +open.0
  589.     2300    1097 52.3% 10-Aug-92 14:51:48 +pipe.0
  590.     4118    1679 59.2% 10-Aug-92 14:51:50 +read.0
  591.     2005     901 55.0% 10-Aug-92 14:51:52 +readlink.0
  592.     4907    1847 62.3% 10-Aug-92 14:51:50 +rename.0
  593.     2573    1041 59.5% 10-Aug-92 14:51:50 +rmdir.0
  594.     5125    1940 62.1% 10-Aug-92 14:51:50 +select.0
  595.     1638     774 52.7% 10-Aug-92 14:51:50 +setgroups.0
  596.     1899     828 56.3% 10-Aug-92 14:51:50 +setpgid.0
  597.     1416     676 52.2% 10-Aug-92 14:51:50 +setregid.0
  598.     1359     657 51.6% 10-Aug-92 14:51:52 +setreuid.0
  599.    11306    3907 65.4% 10-Aug-92 14:51:50 +sigaction.0
  600.     1379     664 51.8% 10-Aug-92 14:51:56 +sigblock.0
  601.     1253     598 52.2% 10-Aug-92 14:51:56 +sigpause.0
  602.     2479    1027 58.5% 10-Aug-92 14:51:50 +sigprocmask.0
  603.     2103     960 54.3% 10-Aug-92 14:51:50 +sigreturn.0
  604.     1324     639 51.7% 10-Aug-92 14:51:46 +sigsetmask.0
  605.     2202     998 54.6% 10-Aug-92 14:51:50 +sigstack.0
  606.     1656     790 52.2% 10-Aug-92 14:51:50 +sigsuspend.0
  607.    10241    3588 64.9% 10-Aug-92 14:51:46 +sigvec.0
  608.     6607    2372 64.0% 10-Aug-92 14:51:52 +stat.0
  609.     3813    1428 62.5% 10-Aug-92 14:51:50 +statfs.0
  610.     3568    1238 65.3% 10-Aug-92 14:51:52 +symlink.0
  611.     1189     574 51.7% 10-Aug-92 14:51:52 +syscall.0
  612.     2673    1159 56.6% 10-Aug-92 14:51:52 +truncate.0
  613.     2941    1195 59.3% 10-Aug-92 14:51:52 +unlink.0
  614.     2866    1131 60.5% 10-Aug-92 14:51:52 +utimes.0
  615.     2469    1210 50.9% 10-Aug-92 14:51:52 +vfork.0
  616.     7808    2485 68.1% 10-Aug-92 14:51:52 +wait.0
  617.     4828    1927 60.0% 10-Aug-92 14:51:52 +write.0
  618.      914     456 50.1% 10-Aug-92 14:52:12 +abort.0
  619.      864     415 51.9% 10-Aug-92 14:52:12 +abs.0
  620.     1328     641 51.7% 10-Aug-92 14:52:00 +alarm.0
  621.     1012     495 51.0% 10-Aug-92 14:52:14 +alloca.0
  622.     1430     698 51.1% 10-Aug-92 14:52:10 +atexit.0
  623.     1464     722 50.6% 10-Aug-92 14:52:12 +atof.0
  624.      882     457 48.1% 10-Aug-92 14:52:12 +atoi.0
  625.      898     461 48.6% 10-Aug-92 14:52:12 +atol.0
  626.      990     484 51.1% 10-Aug-92 14:52:18 +bcmp.0
  627.      866     418 51.7% 10-Aug-92 14:52:18 +bcopy.0
  628.     1937     822 57.5% 10-Aug-92 14:52:12 +bsearch.0
  629.     2492     742 70.2% 10-Aug-92 14:52:16 +bstring.0
  630.      753     370 50.8% 10-Aug-92 14:52:16 +bzero.0
  631.     1059     507 52.1% 10-Aug-92 14:52:14 +calloc.0
  632.      939     467 50.2% 10-Aug-92 14:52:00 +clock.0
  633.     6366    2350 63.0% 10-Aug-92 14:51:58 +crypt.0
  634.     1627     798 50.9% 10-Aug-92 14:52:00 +ctermid.0
  635.     6792    2407 64.5% 10-Aug-92 14:52:00 +ctime.0
  636.     1788     656 63.3% 10-Aug-92 14:52:02 +ctype.0
  637.     7419    1902 74.3% 10-Aug-92 14:52:22 +curses.0
  638.    16765    5670 66.1% 10-Aug-92 14:51:56 +db.0
  639.     4259    1387 67.4% 10-Aug-92 14:51:58 +directory.0
  640.      856     428 50.0% 10-Aug-92 14:52:14 +div.0
  641.     6430    2113 67.1% 10-Aug-92 14:52:02 +exec.0
  642.     1141     547 52.0% 10-Aug-92 14:52:12 +exit.0
  643.     1355     676 50.1% 10-Aug-92 14:52:08 +fclose.0
  644.     1822     673 63.0% 10-Aug-92 14:52:08 +ferror.0
  645.     1874     848 54.7% 10-Aug-92 14:52:10 +fflush.0
  646.      805     411 48.9% 10-Aug-92 14:52:16 +ffs.0
  647.     2369    1085 54.2% 10-Aug-92 14:52:08 +fgetline.0
  648.     2668    1141 57.2% 10-Aug-92 14:52:08 +fgets.0
  649.     2129     909 57.3% 10-Aug-92 14:52:02 +fnmatch.0
  650.     4866    1661 65.8% 10-Aug-92 14:52:08 +fopen.0
  651.     1483     641 56.7% 10-Aug-92 14:52:08 +fputs.0
  652.     1867     763 59.1% 10-Aug-92 14:52:08 +fread.0
  653.     1171     567 51.5% 10-Aug-92 14:52:14 +free.0
  654.     1235     605 51.0% 10-Aug-92 14:52:02 +frexp.0
  655.     3651    1286 64.7% 10-Aug-92 14:52:08 +fseek.0
  656.    21582    5622 73.9% 10-Aug-92 14:51:56 +fts.0
  657.     4047    1504 62.8% 10-Aug-92 14:52:10 +funopen.0
  658.     2352    1001 57.4% 10-Aug-92 14:52:08 +getc.0
  659.     3007    1289 57.1% 10-Aug-92 14:52:00 +getcwd.0
  660.     2908    1084 62.7% 10-Aug-92 14:52:12 +getenv.0
  661.     3340    1198 64.1% 10-Aug-92 14:52:02 +getfsent.0
  662.     4750    1604 66.2% 10-Aug-92 14:51:58 +getgrent.0
  663.     2107     869 58.7% 10-Aug-92 14:52:00 +getmntinfo.0
  664.     5114    1889 63.0% 10-Aug-92 14:52:14 +getopt.0
  665.     1700     786 53.7% 10-Aug-92 14:52:02 +getpass.0
  666.     5440    1905 64.9% 10-Aug-92 14:51:58 +getpwent.0
  667.     3750    1234 67.0% 10-Aug-92 14:52:02 +getsubopt.0
  668.     9529    3238 66.0% 10-Aug-92 14:51:56 +glob.0
  669.     1059     504 52.4% 10-Aug-92 14:52:16 +index.0
  670.     1443     653 54.7% 10-Aug-92 14:52:02 +initgroups.0
  671.     1102     502 54.4% 10-Aug-92 14:52:04 +isalnum.0
  672.     1318     568 56.9% 10-Aug-92 14:52:04 +isalpha.0
  673.     1023     491 52.0% 10-Aug-92 14:52:04 +isascii.0
  674.     1043     476 54.3% 10-Aug-92 14:52:06 +iscntrl.0
  675.     1071     484 54.8% 10-Aug-92 14:52:06 +isdigit.0
  676.     1096     499 54.4% 10-Aug-92 14:52:06 +isgraph.0
  677.     1058     496 53.1% 10-Aug-92 14:51:58 +isinf.0
  678.     1261     556 55.9% 10-Aug-92 14:52:06 +islower.0
  679.     1099     499 54.5% 10-Aug-92 14:52:06 +isprint.0
  680.     1115     510 54.2% 10-Aug-92 14:52:06 +ispunct.0
  681.     1469     631 57.0% 10-Aug-92 14:52:06 +isspace.0
  682.     1303     589 54.7% 10-Aug-92 14:52:06 +isupper.0
  683.     1079     486 54.9% 10-Aug-92 14:52:06 +isxdigit.0
  684.      798     390 51.1% 10-Aug-92 14:52:14 +labs.0
  685.     1048     520 50.3% 10-Aug-92 14:51:58 +ldexp.0
  686.      908     449 50.5% 10-Aug-92 14:52:14 +ldiv.0
  687.     1703     829 51.3% 10-Aug-92 14:52:14 +malloc.0
  688.     1078     500 53.6% 10-Aug-92 14:52:20 +memccpy.0
  689.     1084     520 52.0% 10-Aug-92 14:52:18 +memchr.0
  690.     1227     587 52.1% 10-Aug-92 14:52:20 +memcmp.0
  691.     1207     555 54.0% 10-Aug-92 14:52:20 +memcpy.0
  692.     1042     490 52.9% 10-Aug-92 14:52:20 +memmove.0
  693.     1284     521 59.4% 10-Aug-92 14:52:14 +memory.0
  694.      798     407 48.9% 10-Aug-92 14:52:20 +memset.0
  695.     2501    1023 59.0% 10-Aug-92 14:52:08 +mktemp.0
  696.     1093     515 52.8% 10-Aug-92 14:52:04 +modf.0
  697.     1090     545 50.0% 10-Aug-92 14:52:04 +nice.0
  698.     1384     673 51.3% 10-Aug-92 14:52:04 +nlist.0
  699.     1152     563 51.1% 10-Aug-92 14:52:02 +pause.0
  700.     3622    1453 59.8% 10-Aug-92 14:51:58 +popen.0
  701.    14564    4495 69.1% 10-Aug-92 14:52:10 +printf.0
  702.     1365     633 53.6% 10-Aug-92 14:52:04 +psignal.0
  703.     2194     897 59.1% 10-Aug-92 14:52:08 +putc.0
  704.     3850    1476 61.6% 10-Aug-92 14:52:10 +qsort.0
  705.     3056    1344 56.0% 10-Aug-92 14:52:10 +radixsort.0
  706.     1074     525 51.1% 10-Aug-92 14:52:00 +raise.0
  707.     1335     638 52.2% 10-Aug-92 14:52:10 +rand.0
  708.     4541    1733 61.8% 10-Aug-92 14:52:14 +random.0
  709.     1793     763 57.4% 10-Aug-92 14:52:14 +realloc.0
  710.     8378    3077 63.2% 10-Aug-92 14:51:56 +regexp.0
  711.     1115     556 50.1% 10-Aug-92 14:52:10 +remove.0
  712.     1033     489 52.6% 10-Aug-92 14:52:18 +rindex.0
  713.     2608     963 63.0% 10-Aug-92 14:52:00 +scandir.0
  714.    10630    3411 67.9% 10-Aug-92 14:52:06 +scanf.0
  715.     3750    1454 61.2% 10-Aug-92 14:52:10 +setbuf.0
  716.     3988    1295 67.5% 10-Aug-92 14:52:00 +setjmp.0
  717.     1950     789 59.5% 10-Aug-92 14:51:58 +setmode.0
  718.     1767     620 64.9% 10-Aug-92 14:52:04 +setuid.0
  719.     2542    1102 56.6% 10-Aug-92 14:52:04 +siginterrupt.0
  720.     7287    2659 63.5% 10-Aug-92 14:51:58 +signal.0
  721.     2680     979 63.4% 10-Aug-92 14:51:58 +sigsetops.0
  722.     1534     735 52.0% 10-Aug-92 14:52:04 +sleep.0
  723.     7929    2698 65.9% 10-Aug-92 14:52:08 +stdio.0
  724.     1536     620 59.6% 10-Aug-92 14:52:18 +strcasecmp.0
  725.     1396     556 60.1% 10-Aug-92 14:52:18 +strcat.0
  726.     1182     548 53.6% 10-Aug-92 14:52:18 +strchr.0
  727.     1452     591 59.2% 10-Aug-92 14:52:18 +strcmp.0
  728.     1061     492 53.6% 10-Aug-92 14:52:16 +strcoll.0
  729.     1637     635 61.2% 10-Aug-92 14:52:16 +strcpy.0
  730.     1189     538 54.7% 10-Aug-92 14:52:16 +strcspn.0
  731.      872     425 51.2% 10-Aug-92 14:52:16 +strdup.0
  732.     2031     806 60.3% 10-Aug-92 14:52:10 +strerror.0
  733.     4699    1475 68.6% 10-Aug-92 14:52:18 +strftime.0
  734.     4481    1015 77.3% 10-Aug-92 14:52:16 +string.0
  735.      858     419 51.1% 10-Aug-92 14:52:14 +strlen.0
  736.     3936    1291 67.2% 10-Aug-92 14:52:16 +strmode.0
  737.     1129     504 55.3% 10-Aug-92 14:52:20 +strpbrk.0
  738.     1134     531 53.1% 10-Aug-92 14:52:20 +strrchr.0
  739.     1588     713 55.1% 10-Aug-92 14:52:20 +strsep.0
  740.     1062     500 52.9% 10-Aug-92 14:52:20 +strspn.0
  741.     1264     521 58.7% 10-Aug-92 14:52:18 +strstr.0
  742.     2257     962 57.3% 10-Aug-92 14:52:12 +strtod.0
  743.     2129     978 54.0% 10-Aug-92 14:52:18 +strtok.0
  744.     2652    1175 55.6% 10-Aug-92 14:52:12 +strtol.0
  745.     2774    1232 55.5% 10-Aug-92 14:52:12 +strtoul.0
  746.      882     441 50.0% 10-Aug-92 14:52:16 +strxfrm.0
  747.      870     421 51.6% 10-Aug-92 14:52:20 +swab.0
  748.     1265     599 52.6% 10-Aug-92 14:52:12 +system.0
  749.     5699    2113 62.9% 10-Aug-92 14:52:20 +termcap.0
  750.     1269     652 48.6% 10-Aug-92 14:52:00 +time.0
  751.     2590    1026 60.3% 10-Aug-92 14:52:02 +times.0
  752.     1231     571 53.6% 10-Aug-92 14:52:04 +timezone.0
  753.     4835    1796 62.8% 10-Aug-92 14:52:10 +tmpnam.0
  754.     1169     525 55.0% 10-Aug-92 14:52:06 +tolower.0
  755.     1125     507 54.9% 10-Aug-92 14:52:06 +toupper.0
  756.     2209     914 58.6% 10-Aug-92 14:52:04 +ttyname.0
  757.     7757    2559 67.0% 10-Aug-92 14:52:02 +tzset.0
  758.     1601     761 52.4% 10-Aug-92 14:52:02 +ualarm.0
  759.     1663     805 51.5% 10-Aug-92 14:52:10 +ungetc.0
  760.     4288    1543 64.0% 10-Aug-92 14:51:58 +unvis.0
  761.     1587     742 53.2% 10-Aug-92 14:52:00 +usleep.0
  762.     1272     614 51.7% 10-Aug-92 14:52:00 +utime.0
  763.     1381     668 51.6% 10-Aug-92 14:51:58 +valloc.0
  764.     5620    2030 63.8% 10-Aug-92 14:51:56 +vis.0
  765.     4063    1553 61.7% 10-Aug-92 14:52:22 +man.conf.0
  766.      567     288 49.2% 10-Aug-92 14:51:44 +Makefile
  767.     2239    1173 47.6% 10-Aug-92 14:51:44 +makewhatis.sed
  768.    11032    3904 64.6% 10-Aug-92 14:51:44 +whatis.db
  769.    10095    3513 65.2% 18-May-95 11:54:34 +big.c
  770.    16799    5425 67.7% 18-May-95 11:54:34 +bigkey.c
  771.    18352    6192 66.2% 18-May-95 11:54:34 +btree.c
  772.    10962    4442 59.4% 18-May-95 11:54:34 +btree.h
  773.     9137    3590 60.7% 18-May-95 11:54:34 +buf.c
  774.     6371    2714 57.4% 18-May-95 11:54:36 +delete.c
  775.    23614    7643 67.6% 18-May-95 11:54:36 +dynahash.c
  776.     4092    1797 56.0% 18-May-95 11:54:36 +getgrent.c
  777.    10210    3538 65.3% 18-May-95 11:54:36 +gethostnamadr.c
  778.     2961    1432 51.6% 18-May-95 11:54:36 +getlogin.c
  779.     2285    1169 48.8% 18-May-95 11:54:36 +getnetbyaddr.c
  780.     2399    1227 48.8% 18-May-95 11:54:36 +getnetbyname.c
  781.     3349    1557 53.5% 18-May-95 11:55:02 +getnetent.c
  782.     3231    1619 49.8% 18-May-95 11:55:02 +getpass.c
  783.     2257    1150 49.0% 18-May-95 11:55:04 +getproto.c
  784.     3365    1535 54.3% 18-May-95 11:55:04 +getprotoent.c
  785.     2417    1231 49.0% 18-May-95 11:55:04 +getprotoname.c
  786.     5078    1981 60.9% 18-May-95 20:50:22 +getpwent.c
  787.     2495    1252 49.8% 18-May-95 11:55:04 +getservbyname.c
  788.     2356    1206 48.8% 18-May-95 11:55:04 +getservbyport.c
  789.     3395    1546 54.4% 18-May-95 11:55:04 +getservent.c
  790.     4660    2031 56.4% 18-May-95 11:55:04 +getttyent.c
  791.     3774    1650 56.2% 18-May-95 11:55:04 +getusershell.c
  792.     9672    3684 61.9% 18-May-95 11:55:06 +hash.h
  793.     2869    1453 49.3% 18-May-95 11:55:06 +herror.c
  794.     4795    2079 56.6% 18-May-95 11:55:06 +hfunc.c
  795.     3262    1554 52.3% 18-May-95 11:55:06 +hsearch.c
  796.     2196    1117 49.1% 29-Jun-95 11:40:14 +htonl.s
  797.     2205    1122 49.1% 29-Jun-95 11:40:08 +htons.s
  798.     4241    1997 52.9% 18-May-95 11:55:06 +inet_addr.c
  799.     2389    1218 49.0% 18-May-95 11:55:06 +inet_lnaof.c
  800.     2576    1271 50.6% 18-May-95 11:55:06 +inet_makeaddr.c
  801.     2425    1220 49.6% 18-May-95 11:55:08 +inet_netof.c
  802.     3004    1484 50.5% 18-May-95 11:55:08 +inet_network.c
  803.     2380    1244 47.7% 18-May-95 11:55:08 +inet_ntoa.c
  804.     2954    1467 50.3% 18-May-95 11:55:08 +initgroups.c
  805.     8372    3248 61.2% 18-May-95 11:55:08 +insert.c
  806.     2199    1119 49.1% 18-May-95 11:55:08 +log2.c
  807.     9862    3553 63.9% 18-May-95 11:55:08 +lrucache.c
  808.     3806    1723 54.7% 18-May-95 11:55:08 +lrucache.h
  809.     4572    1873 59.0% 18-May-95 11:55:08 +lruhash.c
  810.     6795    2754 59.4% 18-May-95 11:55:10 +lrutils.c
  811.     3555    1209 65.9% 23-May-95 23:47:02 +Makefile.in
  812.     4389    1807 58.8% 18-May-95 11:55:10 +ndbm.c
  813.     2196    1117 49.1% 29-Jun-95 11:40:04 +ntohl.s
  814.     2205    1122 49.1% 29-Jun-95 11:39:56 +ntohs.s
  815.    22709    7746 65.8% 18-May-95 11:55:10 +page.c
  816.     3608    1705 52.7% 18-May-95 11:55:10 +page.h
  817.     8554    3334 61.0% 18-May-95 11:55:10 +rcmd.c
  818.     8333    3163 62.0% 18-May-95 11:55:10 +res_comp.c
  819.    11416    3758 67.0% 18-May-95 11:55:12 +res_debug.c
  820.     6306    2439 61.3% 18-May-95 11:55:12 +res_init.c
  821.     6359    2311 63.6% 18-May-95 11:55:12 +res_mkquery.c
  822.     8399    3350 60.1% 18-May-95 11:55:12 +res_query.c
  823.    10945    3895 64.4% 18-May-95 11:55:12 +res_send.c
  824.     7871    2940 62.6% 18-May-95 11:55:12 +search.c
  825.     2102    1070 49.0% 18-May-95 11:55:12 +search.h
  826.     8328    2874 65.4% 18-May-95 11:55:12 +seq.c
  827.     2251    1139 49.4% 18-May-95 11:55:12 +sethostent.c
  828.    18473    5623 69.5% 18-May-95 11:55:14 +split.c
  829.    15742    4486 71.5% 18-May-95 11:55:14 +storage.c
  830.     6050    2691 55.5% 18-May-95 11:55:14 +syslog.c
  831.     3417    1639 52.0% 18-May-95 11:55:14 +ttyname.c
  832.     2461    1245 49.4% 18-May-95 11:55:14 +ttyslot.c
  833.     5257    2359 55.1% 18-May-95 11:55:14 +updutils.c
  834.     9110    3358 63.1% 18-May-95 11:55:14 +utils.c
  835.     5872    2543 56.6% 03-Oct-95 08:09:32 +NEWS
  836.     2987    1539 48.4% 28-Aug-95 10:03:06 +Product-Info
  837.      826     444 46.2% 23-May-95 11:49:10 +__request.c
  838.     1290     315 75.5% 23-May-95 09:43:48 +bases.h
  839.     1182     634 46.3% 23-May-95 10:41:50 +init_stk.c
  840.      319     180 43.5% 23-May-95 09:28:58 +link_a5_0_f.c
  841.      388     192 50.5% 23-May-95 09:28:58 +link_a5_d0_f.c
  842.     1237     560 54.7% 23-May-95 23:46:54 +Makefile.in
  843.      203     144 29.0% 23-May-95 09:36:16 +README
  844.     2840     915 67.7% 23-May-95 09:43:56 +stabs.h
  845.       34      34  0.0% 23-May-95 09:28:58 +stk_argbytes.c
  846.       36      36  0.0% 23-May-95 09:28:58 +stk_minframe.c
  847.       35      35  0.0% 23-May-95 09:28:58 +stk_safezone.c
  848.      231     130 43.7% 23-May-95 09:28:58 +stkchk_d0.c
  849.     3150    1218 61.3% 23-May-95 09:28:58 +stkext.c
  850.      146     125 14.3% 23-May-95 09:28:58 +stkovf.c
  851.     1695     868 48.7% 23-May-95 09:28:58 +stkrst.c
  852.      466     289 37.9% 23-May-95 09:28:58 +stkrst_f.c
  853.      361     201 44.3% 23-May-95 09:28:58 +sub_d0_sp.c
  854.      224     164 26.7% 23-May-95 11:57:04 +xcovf.c
  855.     5367    2273 57.6% 19-Aug-94 20:02:12 +alloca.c
  856.    34661   10800 68.8% 19-Aug-94 20:02:12 +ctime.c
  857.     6245    2740 56.1% 30-Jul-95 19:38:48 +errlst.c
  858.     3828    1767 53.8% 19-Aug-94 20:02:12 +getopt.c
  859.     1264     568 55.0% 02-Oct-95 13:50:50 +Makefile.in
  860.     4063    1886 53.5% 19-Aug-94 20:02:12 +popen.c
  861.     5908    1939 67.1% 02-Oct-95 13:48:34 +rand48.c
  862.      250     187 25.2% 19-Aug-94 20:02:14 +regerror.c
  863.     8170    2815 65.5% 19-Aug-94 20:02:14 +regex.c
  864.    31244   10822 65.3% 19-Aug-94 20:02:14 +regexp.c
  865.      574     293 48.9% 19-Aug-94 20:02:14 +regexp.h
  866.      908     465 48.7% 02-Jul-94 13:32:48 +COPYRIGHT
  867.     4350    2049 52.8% 02-Jul-94 13:32:48 +README
  868.      250     187 25.2% 02-Jul-94 13:32:48 +regerror.c
  869.     8935    3655 59.0% 02-Jul-94 13:32:50 +regexp.3
  870.    31244   10822 65.3% 02-Jul-94 13:32:48 +regexp.c
  871.      574     293 48.9% 02-Jul-94 13:32:50 +regexp.h
  872.      153     128 16.3% 02-Jul-94 13:32:50 +regmagic.h
  873.     2002     964 51.8% 02-Jul-94 13:32:50 +regsub.c
  874.      153     128 16.3% 19-Aug-94 20:02:14 +regmagic.h
  875.     2002     964 51.8% 19-Aug-94 20:02:14 +regsub.c
  876.     2344    1162 50.4% 30-Jul-95 19:38:48 +siglist.c
  877.     1271     651 48.7% 19-Aug-94 20:02:14 +xmalloc.c
  878.     2173    1114 48.7% 17-May-95 16:11:28 +clrerr.c
  879.     2657    1347 49.3% 28-May-95 01:19:08 +fclose.c
  880.     3288    1633 50.3% 28-May-95 01:19:28 +fdopen.c
  881.     2214    1138 48.5% 17-May-95 16:11:14 +feof.c
  882.     2224    1139 48.7% 17-May-95 16:11:10 +ferror.c
  883.     3043    1547 49.1% 25-Jul-95 07:57:46 +fflush.c
  884.     2153    1106 48.6% 17-May-95 16:11:04 +fgetc.c
  885.     4956    2263 54.3% 17-May-95 16:11:00 +fgetline.c
  886.     2196    1135 48.3% 17-May-95 16:10:58 +fgetpos.c
  887.     3355    1655 50.6% 17-May-95 16:10:54 +fgets.c
  888.     2224    1140 48.7% 17-May-95 16:10:50 +fileno.c
  889.     6002    2557 57.3% 17-May-95 16:10:44 +findfp.c
  890.     2956    1475 50.1% 28-May-95 01:19:58 +flags.c
  891.     2203    1113 49.4% 17-May-95 16:08:08 +floatio.h
  892.     3051    1537 49.6% 17-May-95 16:10:38 +fopen.c
  893.     2445    1218 50.1% 17-May-95 16:10:34 +fprintf.c
  894.     2570    1327 48.3% 28-May-95 01:20:12 +fpurge.c
  895.     2173    1115 48.6% 17-May-95 16:10:28 +fputc.c
  896.     2426    1241 48.8% 17-May-95 16:10:26 +fputs.c
  897.     2774    1369 50.6% 17-May-95 16:10:14 +fread.c
  898.     5092    2371 53.4% 28-May-95 01:20:36 +freopen.c
  899.     2444    1220 50.0% 17-May-95 16:10:08 +fscanf.c
  900.     6904    2961 57.1% 28-May-95 01:21:14 +fseek.c
  901.     2199    1131 48.5% 17-May-95 16:10:02 +fsetpos.c
  902.     3113    1553 50.1% 28-May-95 01:20:50 +ftell.c
  903.     2952    1438 51.2% 28-May-95 01:21:30 +funopen.c
  904.     5645    2417 57.1% 17-May-95 16:08:02 +fvwrite.c
  905.     2294    1148 49.9% 27-Sep-95 09:51:34 +fvwrite.h
  906.     2433    1248 48.7% 17-May-95 16:09:52 +fwalk.c
  907.     2804    1433 48.8% 21-Sep-95 07:05:06 +fwrite.c
  908.     2223    1143 48.5% 17-May-95 16:09:46 +getc.c
  909.     2213    1129 48.9% 17-May-95 16:09:42 +getchar.c
  910.     2549    1323 48.0% 17-May-95 16:09:38 +gets.c
  911.     2199    1147 47.8% 17-May-95 16:09:34 +getw.c
  912.     3252    1506 53.6% 27-Sep-95 09:51:36 +local.h
  913.     3494    1664 52.3% 17-May-95 16:09:30 +makebuf.c
  914.     2730     977 64.2% 23-May-95 22:16:12 +Makefile.in
  915.     2608    1305 49.9% 28-May-95 00:32:08 +perror.c
  916.     2421    1217 49.7% 17-May-95 16:09:18 +printf.c
  917.     2237    1150 48.5% 17-May-95 16:09:14 +putc.c
  918.     2254    1159 48.5% 17-May-95 16:09:10 +putchar.c
  919.     2520    1284 49.0% 17-May-95 16:09:06 +puts.c
  920.     2337    1200 48.6% 17-May-95 16:09:02 +putw.c
  921.     3983    1887 52.6% 28-May-95 01:21:48 +refill.c
  922.     2332    1209 48.1% 28-May-95 01:22:08 +rewind.c
  923.     2342    1216 48.0% 17-May-95 16:08:52 +rget.c
  924.     2419    1216 49.7% 17-May-95 16:08:48 +scanf.c
  925.     2230    1144 48.6% 17-May-95 16:08:44 +setbuf.c
  926.     2380    1218 48.8% 17-May-95 16:08:40 +setbuffer.c
  927.     3659    1800 50.8% 17-May-95 16:08:38 +setvbuf.c
  928.     2630    1326 49.5% 17-May-95 16:08:34 +snprintf.c
  929.     2611    1308 49.9% 17-May-95 16:08:30 +sprintf.c
  930.     2769    1369 50.5% 17-May-95 16:07:58 +sscanf.c
  931.     3227    1512 53.1% 17-May-95 16:08:28 +stdio.c
  932.     2956    1365 53.8% 28-May-95 01:22:26 +tempnam.c
  933.     2831    1412 50.1% 28-May-95 01:22:44 +tmpfile.c
  934.     2335    1198 48.6% 17-May-95 16:08:14 +tmpnam.c
  935.     4423    2037 53.9% 17-May-95 16:08:10 +ungetc.c
  936.    23017    8148 64.6% 17-May-95 16:07:56 +vfprintf.c
  937.    18090    6058 66.5% 17-May-95 16:11:32 +vfscanf.c
  938.     2198    1133 48.4% 17-May-95 16:11:36 +vprintf.c
  939.     2225    1150 48.3% 17-May-95 16:11:40 +vscanf.c
  940.     2406    1247 48.1% 17-May-95 16:11:44 +vsnprintf.c
  941.     2379    1226 48.4% 17-May-95 16:11:48 +vsprintf.c
  942.     2554    1302 49.0% 17-May-95 16:11:50 +vsscanf.c
  943.     3447    1725 49.9% 17-May-95 16:11:54 +wbuf.c
  944.     3231    1609 50.2% 17-May-95 16:11:56 +wsetup.c
  945.      197     164 16.7% 19-Aug-94 20:02:52 +abort.c
  946.     1393     785 43.6% 29-Jun-95 11:43:34 +abs.s
  947.     2020    1069 47.0% 17-May-95 16:12:18 +atexit.c
  948.     1361     771 43.3% 17-May-95 16:13:16 +atexit.h
  949.     3380    1655 51.0% 17-May-95 16:13:10 +atof.c
  950.     1294     749 42.1% 17-May-95 16:13:06 +atoi.c
  951.     1290     747 42.0% 17-May-95 16:13:02 +atol.c
  952.     2463    1255 49.0% 17-May-95 16:12:14 +bsearch.c
  953.     1415     809 42.8% 17-May-95 16:12:10 +calloc.c
  954.     1910    1058 44.6% 17-May-95 18:16:34 +div.c
  955.     6576    2605 60.3% 28-May-95 01:17:32 +exec.c
  956.    18884    7081 62.5% 01-Oct-95 14:18:32 +execve.c
  957.     2969    1468 50.5% 17-May-95 16:12:52 +getenv.c
  958.     4356    2193 49.6% 28-May-95 01:17:54 +heapsort.c
  959.     1257     736 41.4% 17-May-95 16:12:46 +labs.c
  960.     1681     919 45.3% 17-May-95 18:16:34 +ldiv.c
  961.     1463     640 56.2% 23-May-95 22:16:30 +Makefile.in
  962.     2792    1297 53.5% 17-May-95 16:12:38 +multibyte.c
  963.     2304    1192 48.2% 17-May-95 16:12:32 +putenv.c
  964.     6990    3049 56.3% 17-May-95 16:12:30 +qsort.c
  965.     9116    3875 57.4% 17-May-95 16:12:26 +radixsort.c
  966.     1417     830 41.4% 17-May-95 16:12:22 +rand.c
  967.     3988    1832 54.0% 17-May-95 16:12:08 +setenv.c
  968.     9098    3352 63.1% 28-May-95 01:23:12 +ssystem.c
  969.     3584    1779 50.3% 28-May-95 01:18:14 +strtol.c
  970.     2628    1307 50.2% 28-May-95 01:18:30 +strtoul.c
  971.     4411    2093 52.5% 28-May-95 01:16:28 +system.c
  972.     2733    1289 52.8% 29-Jun-95 11:43:30 +bcmp.s
  973.     3531    1395 60.4% 29-Jun-95 11:43:26 +bcopy.s
  974.     2399    1193 50.2% 29-Jun-95 11:43:22 +bzero.s
  975.     1450     808 44.2% 29-Jun-95 11:42:48 +ffs.s
  976.     1646     895 45.6% 29-Jun-95 11:42:52 +index.s
  977.     2278     784 65.5% 23-May-95 22:16:44 +Makefile.in
  978.     2271    1177 48.1% 17-May-95 16:15:06 +memccpy.c
  979.     2335    1199 48.6% 17-May-95 16:15:02 +memchr.c
  980.     2350    1219 48.1% 17-May-95 16:14:58 +memcmp.c
  981.      335     221 34.0% 17-May-95 16:14:54 +memcpy.c
  982.      132     101 23.4% 17-May-95 18:16:36 +memmove.c
  983.     2271    1166 48.6% 17-May-95 16:14:50 +memset.c
  984.     1680     917 45.4% 29-Jun-95 11:42:58 +rindex.s
  985.     5194    2081 59.9% 17-May-95 16:14:46 +strcasecmp.c
  986.     2138    1109 48.1% 17-May-95 16:14:42 +strcat.c
  987.     1936    1034 46.5% 29-Jun-95 11:43:02 +strcmp.s
  988.     2294    1187 48.2% 17-May-95 16:14:36 +strcoll.c
  989.     1536     849 44.7% 29-Jun-95 11:43:06 +strcpy.s
  990.     2558    1322 48.3% 17-May-95 16:14:34 +strcspn.c
  991.     2272    1172 48.4% 17-May-95 16:13:28 +strdup.c
  992.     1636     896 45.2% 27-May-95 23:33:00 +strerror.c
  993.     6120    2052 66.4% 17-May-95 16:13:26 +strftime.c
  994.     1475     825 44.0% 29-Jun-95 11:43:16 +strlen.s
  995.     3670    1475 59.8% 17-May-95 16:14:28 +strmode.c
  996.     2525    1282 49.2% 17-May-95 16:14:24 +strncat.c
  997.     2086    1099 47.3% 29-Jun-95 11:43:14 +strncmp.s
  998.     1829     955 47.7% 29-Jun-95 11:43:10 +strncpy.s
  999.     2331    1202 48.4% 17-May-95 16:14:22 +strpbrk.c
  1000.     2911    1442 50.4% 17-May-95 16:14:18 +strsep.c
  1001.     2381    1230 48.3% 17-May-95 16:14:16 +strspn.c
  1002.     2451    1243 49.2% 17-May-95 16:14:10 +strstr.c
  1003.     2279    1073 52.9% 19-Aug-94 20:03:08 +strtod.c
  1004.     2989    1494 50.0% 17-May-95 16:14:06 +strtok.c
  1005.     2648    1337 49.5% 17-May-95 16:14:02 +strxfrm.c
  1006.     2466    1256 49.0% 17-May-95 16:13:58 +swab.c
  1007.     1569     821 47.6% 30-Jul-95 19:53:04 +TODO
  1008. -------- ------- ----- --------- --------
  1009.  3423526 1379419 59.7% 06-Oct-95 04:02:24   924 files
  1010.